home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Morph / Morph.app / English.lproj / preferences.nib / data.classes next >
Text File  |  1993-09-05  |  943b  |  65 lines

  1. MorphController = {
  2.     ACTIONS = {
  3.     showInfoPanel:;
  4.     newDocument:;
  5.     showInspector:;
  6.     showPreferences:;
  7.     openDocument:;
  8.     };
  9.     OUTLETS = {
  10.     preferences;
  11.     infoPanel;
  12.     inspector;
  13.     newDocument;
  14.     };
  15.     SUPERCLASS = Object;
  16. };
  17. HostListView = {
  18.     ACTIONS = {
  19.     add:;
  20.     remove:;
  21.     };
  22.     OUTLETS = {
  23.     textField;
  24.     };
  25.     SUPERCLASS = NXBrowser;
  26. };
  27. FirstResponder = {
  28.     ACTIONS = {
  29.     };
  30.     SUPERCLASS = Object;
  31. };
  32. CellScrollView = {
  33.     ACTIONS = {
  34.     };
  35.     OUTLETS = {
  36.     cellMatrix;
  37.     };
  38.     SUPERCLASS = ScrollView;
  39. };
  40. PrefController = {
  41.     ACTIONS = {
  42.     revertColor:;
  43.     setHost:;
  44.     setColor:;
  45.     revertHost:;
  46.     takeLineColorBaseFrom:;
  47.     };
  48.     OUTLETS = {
  49.     secondColor;
  50.     baseColorOnDissolveEnd;
  51.     firstColor;
  52.     colorPrefs;
  53.     baseColorOnMoveEnd;
  54.     baseColorOnMoveStart;
  55.     baseColorOn;
  56.     hostView;
  57.     baseColorOnDissplacement;
  58.     prefPanel;
  59.     baseColorOnDissolveStart;
  60.     baseColorOnControl;
  61.     baseColorOnRange;
  62.     };
  63.     SUPERCLASS = Object;
  64. };
  65.